You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/matroskadec: Reindent after the previous commit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -2795,7 +2795,7 @@ static int mkv_parse_video_codec(MatroskaTrack *track, AVCodecParameters *par,
|
|||||||
break;
|
break;
|
||||||
case AV_CODEC_ID_VP9:
|
case AV_CODEC_ID_VP9:
|
||||||
/* we don't need any value stored in CodecPrivate.
|
/* we don't need any value stored in CodecPrivate.
|
||||||
make sure that it's not exported as extradata. */
|
* make sure that it's not exported as extradata. */
|
||||||
track->codec_priv.size = 0;
|
track->codec_priv.size = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user