Page Menu
Home
Search
Configure Global Search
Log In
Files
F20225
fix29671_2.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Sergey Sharybin (sergey)
Nov 13 2013, 4:23 PM
Size
548 B
Subscribers
None
fix29671_2.patch
View Options
Index: source/blender/imbuf/intern/anim_movie.c
===================================================================
--- source/blender/imbuf/intern/anim_movie.c (revision 42830)
+++ source/blender/imbuf/intern/anim_movie.c (working copy)
@@ -768,8 +768,8 @@ static int ffmpeg_decode_video_frame(struct anim * anim)
== AV_NOPTS_VALUE) ?
-1 : (long long int)anim->pFrame->pkt_pts,
(long long int)anim->next_pts);
+ break;
}
- break;
}
av_free_packet(&anim->next_packet);
anim->next_packet.stream_index = -1;
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0c/35/1b8b7b9b8e5514448345fcac7047
Event Timeline
Log In to Comment