Commit c06ccb13 authored by Aurelien Jacobs's avatar Aurelien Jacobs

cosmetic: align

Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 241227d8
......@@ -1289,7 +1289,7 @@ char av_get_pict_type_char(int pict_type){
case FF_S_TYPE: return 'S';
case FF_SI_TYPE:return 'i';
case FF_SP_TYPE:return 'p';
default: return '?';
default: return '?';
}
}
......
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