comparison rtsp.c @ 1424:1c39ce5c6a5d libavformat

indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC
author gpoirier
date Fri, 27 Oct 2006 17:51:20 +0000
parents 8fb4910bdcc0
children 00d9393a126f
comparison
equal deleted inserted replaced
1423:4eac39e2c41f 1424:1c39ce5c6a5d
465 if(rtsp_st->dynamic_handler && rtsp_st->dynamic_handler->parse_sdp_a_line) { 465 if(rtsp_st->dynamic_handler && rtsp_st->dynamic_handler->parse_sdp_a_line) {
466 if(!rtsp_st->dynamic_handler->parse_sdp_a_line(st, rtsp_st->dynamic_protocol_context, buf)) { 466 if(!rtsp_st->dynamic_handler->parse_sdp_a_line(st, rtsp_st->dynamic_protocol_context, buf)) {
467 sdp_parse_fmtp(st, p); 467 sdp_parse_fmtp(st, p);
468 } 468 }
469 } else { 469 } else {
470 sdp_parse_fmtp(st, p); 470 sdp_parse_fmtp(st, p);
471 } 471 }
472 } 472 }
473 } 473 }
474 } 474 }
475 break; 475 break;