1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

lavf/ffmdec: reident after last commit

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
Lukasz Marek
2014-11-16 01:57:01 +01:00
parent 745730c9c2
commit ec01283752

View File

@@ -301,7 +301,6 @@ static int ffm2_read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
}
break;
//TODO: reident
case MKBETAG('S', 'T', 'V', 'I'):
if (f_stvi++) {
ret = AVERROR(EINVAL);