changeset 2138:ffa91b504cda libavformat

harmless typo
author michael
date Mon, 04 Jun 2007 14:54:33 +0000
parents f68b81777ac6
children 12a46571c0c9
files mpegts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegts.c	Mon Jun 04 14:53:47 2007 +0000
+++ b/mpegts.c	Mon Jun 04 14:54:33 2007 +0000
@@ -544,8 +544,8 @@
                 pes = add_pes_stream(ts, pid, stream_type);
                 if (pes)
                     st = new_pes_av_stream(pes, 0);
-                break;
             }
+            break;
         default:
             /* we ignore the other streams */
             break;