Commit 044cb3b6 authored by conrad's avatar conrad

oggdec: Cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22476 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 38c00cb5
...@@ -43,8 +43,8 @@ ogm_header(AVFormatContext *s, int idx) ...@@ -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'){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment