Skip to content

Commit

Permalink
code cleanup in gst_amc_video_enc_start
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Jie committed Aug 25, 2013
1 parent 5f8f16d commit 39a8c84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sys/androidmedia/gstamcvideoenc.c
Expand Up @@ -1518,11 +1518,6 @@ gst_amc_video_enc_start (GstVideoEncoder * encoder)
self->started = FALSE;
self->flushing = TRUE;

if (self->first_set_format) {
gst_amc_format_free (self->first_set_format);
self->first_set_format = NULL;
}

return TRUE;
}

Expand Down

0 comments on commit 39a8c84

Please sign in to comment.