Skip to content

Commit

Permalink
Update ffmpeg_movie.c
Browse files Browse the repository at this point in the history
init tsrm_ls for ZTS
  • Loading branch information
h3110w0r1d committed Oct 9, 2014
1 parent 4622e09 commit dbca894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffmpeg_movie.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ void register_ffmpeg_movie_class(int module_number)
static AVCodecContext* _php_get_decoder_context(ff_movie_context *ffmovie_ctx,
int stream_type)
{
TSRMLS_FETCH();

AVCodec *decoder;
int stream_index;

Expand Down

0 comments on commit dbca894

Please sign in to comment.