mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
gxf: Added GXF format code 25 which is used for DV codec in HD resolutions
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
42bd0cd21a
commit
0de9d3dd1c
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) {
|
|||
break;
|
||||
case 14:
|
||||
case 16:
|
||||
case 25:
|
||||
st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
|
||||
st->codec->codec_id = AV_CODEC_ID_DVVIDEO;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue