1
0
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:
Andreas Rheinhardt
2023-08-09 17:47:04 +02:00
parent 15f96bb074
commit 05ae0ccad9

View File

@@ -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;
} }