mpegts mux: include network to the mux class title - fixes #2219
This commit is contained in:
parent
fc1f960629
commit
b64b62964a
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue