Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
transcoding: fix ugly packet reference typo (video)
  • Loading branch information
perexg committed May 22, 2015
1 parent dc01e77 commit 4d61104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/transcoding.c
Expand Up @@ -983,7 +983,7 @@ transcoder_stream_video(transcoder_t *t, transcoder_stream_t *ts, th_pkt_t *pkt)
pkt2->pkt_componentindex = pkt->pkt_componentindex;
sm = streaming_msg_create_pkt(pkt2);
streaming_target_deliver2(ts->ts_target, sm);
pkt_ref_dec(pkt);
pkt_ref_dec(pkt2);
vs->vid_first_sent = 1;
}

Expand Down

0 comments on commit 4d61104

Please sign in to comment.