[xiph-commits] r14960 - in trunk/ffmpeg2theora: . src

j at svn.xiph.org j at svn.xiph.org
Mon May 26 04:16:18 PDT 2008


Author: j
Date: 2008-05-26 04:16:17 -0700 (Mon, 26 May 2008)
New Revision: 14960

Modified:
   trunk/ffmpeg2theora/
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
add lost else, this time at the right place. thanks ogg.k.ogg.k


Property changes on: trunk/ffmpeg2theora
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2008-05-25 12:09:39.463000059 +0200
committer: j
properties: 
	branch-nick: ffmpeg2theora

   + timestamp: 2008-05-26 13:13:21.148999929 +0200
committer: j
properties: 
	branch-nick: ffmpeg2theora

Name: bzr:revision-id:v3-single1-dHJ1bmsvZmZtcGVnMnRoZW9yYQ..
   - 191 j-20080517230830-he5x8v2m8yrfiw35
192 j-20080518224037-pkmoctzf4qce7tog
193 j-20080518224409-6hbfp3k2ssn6egqa
194 j-20080520111939-dhi52qwbqe7a47cu
195 j-20080523092252-gj9k9db0s67vl7dw
196 j-20080523092420-l0850yrq1qkgz9t0
197 j-20080523093057-l5g0ezzy5geu0pey
198 j-20080523094343-kcno1dm2e1lr38q4
199 j-20080523163006-kjl6ewea5sxawmq2
200 j-20080523165904-l2vm52qae0hlqkhp
201 j-20080523175432-2ed953iktnl8c7cr
202 j-20080525100939-7oja8pk08v9fquiw

   + 191 j-20080517230830-he5x8v2m8yrfiw35
192 j-20080518224037-pkmoctzf4qce7tog
193 j-20080518224409-6hbfp3k2ssn6egqa
194 j-20080520111939-dhi52qwbqe7a47cu
195 j-20080523092252-gj9k9db0s67vl7dw
196 j-20080523092420-l0850yrq1qkgz9t0
197 j-20080523093057-l5g0ezzy5geu0pey
198 j-20080523094343-kcno1dm2e1lr38q4
199 j-20080523163006-kjl6ewea5sxawmq2
200 j-20080523165904-l2vm52qae0hlqkhp
201 j-20080523175432-2ed953iktnl8c7cr
202 j-20080525100939-7oja8pk08v9fquiw
203 j-20080526111321-nhzaqh6ivzn0vs7b


Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2008-05-25 23:51:01 UTC (rev 14959)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2008-05-26 11:16:17 UTC (rev 14960)
@@ -1708,6 +1708,11 @@
               ks->subtitles_language[0]?ks->subtitles_language:"<unknown language>",
               ks->subtitles_category[0]?ks->subtitles_category:"subtitles");
         }
+        else {
+          ks->filename = NULL;
+          ks->num_subtitles = 0;
+          ks->subtitles = NULL;
+        }
     }
 
     if (av_open_input_file(&convert->context, inputfile_name, input_fmt, 0, formatParams) >= 0){



More information about the commits mailing list