mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
cosmetics: indentation
Originally committed as revision 10793 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f8cab062ca
commit
fa34563b2c
@ -167,20 +167,19 @@ static int process_ea_header(AVFormatContext *s) {
|
|||||||
for (i=0; i<5 && (!ea->audio_codec || !ea->video_codec); i++) {
|
for (i=0; i<5 && (!ea->audio_codec || !ea->video_codec); i++) {
|
||||||
unsigned int startpos = url_ftell(pb);
|
unsigned int startpos = url_ftell(pb);
|
||||||
|
|
||||||
blockid = get_le32(pb);
|
blockid = get_le32(pb);
|
||||||
size = get_le32(pb);
|
size = get_le32(pb);
|
||||||
|
|
||||||
switch (blockid) {
|
switch (blockid) {
|
||||||
case SCHl_TAG :
|
case SCHl_TAG :
|
||||||
blockid = get_le32(pb);
|
blockid = get_le32(pb);
|
||||||
if (blockid == GSTR_TAG) {
|
if (blockid == GSTR_TAG) {
|
||||||
url_fskip(pb, 4);
|
url_fskip(pb, 4);
|
||||||
} else if (blockid != PT00_TAG) {
|
} else if (blockid != PT00_TAG) {
|
||||||
av_log (s, AV_LOG_ERROR, "unknown SCHl headerid\n");
|
av_log (s, AV_LOG_ERROR, "unknown SCHl headerid\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
process_audio_header_elements(s);
|
||||||
process_audio_header_elements(s);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MVhd_TAG :
|
case MVhd_TAG :
|
||||||
|
Loading…
Reference in New Issue
Block a user