mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
return bogus length for images
This commit is contained in:
@@ -741,8 +741,6 @@ int lav_bogus_video_length( lav_file_t *lav_file )
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
long lav_video_frames(lav_file_t *lav_file)
|
long lav_video_frames(lav_file_t *lav_file)
|
||||||
{
|
{
|
||||||
video_format = lav_file->format; internal_error = 0; /* for error messages */
|
video_format = lav_file->format; internal_error = 0; /* for error messages */
|
||||||
@@ -754,7 +752,7 @@ long lav_video_frames(lav_file_t *lav_file)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef USE_GDK_PIXBUF
|
#ifdef USE_GDK_PIXBUF
|
||||||
case 'x':
|
case 'x':
|
||||||
return 2;//lav_file->bogus_len;
|
return lav_file->bogus_len;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBQUICKTIME
|
#ifdef HAVE_LIBQUICKTIME
|
||||||
case 'q':
|
case 'q':
|
||||||
|
|||||||
Reference in New Issue
Block a user