mirror of https://git.ffmpeg.org/ffmpeg.git
oggdec: Cosmetics
Originally committed as revision 22476 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d8ba748359
commit
2e5085854c
|
@ -43,8 +43,8 @@ ogm_header(AVFormatContext *s, int idx)
|
|||
|
||||
if(!(*p & 1))
|
||||
return 0;
|
||||
if(*p == 1) {
|
||||
|
||||
if(*p == 1) {
|
||||
p++;
|
||||
|
||||
if(*p == 'v'){
|
||||
|
|
Loading…
Reference in New Issue