forked from FFmpeg/FFmpeg
oggdec: Cosmetics
Originally committed as revision 22476 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d8ba748359
commit
2e5085854c
1 changed files with 43 additions and 43 deletions
|
@ -43,8 +43,8 @@ ogm_header(AVFormatContext *s, int idx)
|
||||||
|
|
||||||
if(!(*p & 1))
|
if(!(*p & 1))
|
||||||
return 0;
|
return 0;
|
||||||
if(*p == 1) {
|
|
||||||
|
|
||||||
|
if(*p == 1) {
|
||||||
p++;
|
p++;
|
||||||
|
|
||||||
if(*p == 'v'){
|
if(*p == 'v'){
|
||||||
|
|
Loading…
Add table
Reference in a new issue