Mercurial > libavformat.hg
changeset 3186:196e3f07b4d7 libavformat
cosmetics: alphabetical order
| author | diego |
|---|---|
| date | Fri, 28 Mar 2008 10:40:19 +0000 |
| parents | cc2b6b91e9a2 |
| children | 5c8fc77cf10a |
| files | allformats.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/allformats.c Fri Mar 28 03:50:40 2008 +0000 +++ b/allformats.c Fri Mar 28 10:40:19 2008 +0000 @@ -135,10 +135,10 @@ REGISTER_MUXER (PSP, psp); REGISTER_DEMUXER (PVA, pva); REGISTER_MUXDEMUX (RAWVIDEO, rawvideo); + REGISTER_DEMUXER (REDIR, redir); REGISTER_DEMUXER (RL2, rl2); REGISTER_MUXDEMUX (RM, rm); REGISTER_MUXDEMUX (ROQ, roq); - REGISTER_DEMUXER (REDIR, redir); REGISTER_MUXER (RTP, rtp); REGISTER_DEMUXER (RTSP, rtsp); REGISTER_DEMUXER (SDP, sdp);
