Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts mux: include network to the mux class title - fixes #2219
  • Loading branch information
perexg committed Aug 13, 2014
1 parent fc1f960 commit b64b629
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/input/mpegts/mpegts_mux.c
Expand Up @@ -175,10 +175,7 @@ static const char *
mpegts_mux_class_get_title ( idnode_t *self )
{
static __thread char buf[256];
mpegts_mux_t *mm = (mpegts_mux_t*)self;
*buf = 0;
if (mm->mm_display_name)
mm->mm_display_name(mm, buf, sizeof(buf));
mpegts_mux_nice_name((mpegts_mux_t*)self, buf, sizeof(buf));
return buf;
}

Expand Down

0 comments on commit b64b629

Please sign in to comment.